home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr31 / undo_13.zip / UNDO.DOC next >
Text File  |  1993-05-14  |  4KB  |  86 lines

  1.  
  2. UNDO  --  User-friendly Non-Specific Dearchiving Operation
  3.  
  4. Version 1.3
  5.  
  6. By Christopher J. McConnell
  7.  
  8. Email: cjm@naucse.cse.nau.edu
  9.  
  10.       The purpose of UNDO is to provide a shell to dearchive a file
  11. without having to remember which dearchiver to use with which options.
  12.  
  13.       The inspiration for this program came from a non-programmer friend
  14. of mine, Ross Thomas, who could not handle all of the different archive
  15. formats, but still found file compression a valuable tool.  So here it is.
  16. A program that dearchives most popular formats without the hassle.
  17.  
  18. UNDO handles ZOO, ZIP, ARC, ARJ, LZH, PAK, compression routines.
  19. These routines are owned and copywrited by their respected authors.
  20.  
  21.       Usage:  UNDO [ -l ] archive_name.ext [ file_name.ext ]
  22.  
  23.       Options:    -l  --  To list files within the archive in order to obtain
  24.                           the name of a file to be extracted.
  25.  
  26.                   file_name.ext  --  This is the name of a particular file or
  27.                           files that you want out of an archive.  Only 
  28.                           through the use of wildcards, are multiple files 
  29.                           handled.
  30.  
  31.        Configuration:  This program will automatically configure itself
  32.                        if the program discovers that it has not been
  33.                        configured as of yet.  To edit the configurations,
  34.                        just use any text editor on the UNDO.CFG file in
  35.                        your root directory or delete the UNDO.CFG file and
  36.                        reenter all of the values.  If you do not have a
  37.                        particular archiver/dearchiver that the program asks 
  38.                        for, press Control-D and press Enter for the path_name.
  39.  
  40.        Terms and Limitations:  This is a shell, not the actual archiving
  41.                        program.  Thus any fault of the dearchiving process
  42.                        is that of the archiver/dearchiver and not of UNDO.
  43.  
  44.                        UNDO uses only the simple e or x options for 
  45.                        extractions, other options are simply not available
  46.                        at this time.  This means that file_names, not 
  47.                        path_names will be extracted from archives.
  48.  
  49.                        If you find a bug in this program that I did not find,
  50.                        tell me, I will fix it and re-post the program as
  51.                        soon as possible.
  52.  
  53.                        UNDO is shareware.  If you like the program as is,
  54.                        send at least $10 for the use of it.  There is a bit
  55.                        of time and effort put into programs such as this,
  56.                        and this time should be recognized in some manner.
  57.  
  58.                        UNDO does not include all of the options above
  59.                        without registration.  UNDO will not handle 
  60.                        the -l option or specific file(s) without your
  61.                        registration.  Upon receipt of $15, and your
  62.                        name and address, I will send you the full
  63.                        program.
  64.  
  65.                        Send your registration to:
  66.  
  67.                        Christopher J. McConnell
  68.                        492 W. Philomena Dr.
  69.                        Flagstaff, Az 86001
  70.  
  71.  
  72.     Revision History:
  73.         1.1 -- This program is wriiten in C and C will let
  74.                 you hang yourself so I did.  Major bug with dealing with
  75.                 options.
  76.  
  77.         1.2 -- Bug fix for 1.1 was not compatable for all flavors
  78.                 of computers.  Re-wrote fix for 1.1 for all flavors, and
  79.                 recompiled code for entire 8088 series, instead of just
  80.                 80286 and above.
  81.  
  82.         1.3 -- The file name would not always be empty upon
  83.                 start-up, thus you would occasionally get erroneous file
  84.                 listings from the dearchivers.  (Full Version only)
  85.  
  86.